Package-level declarations
Types
Link copied to clipboard
Categories for grouping demo components in the catalog gallery.
Link copied to clipboard
data class DemoComponent(val name: String, val category: DemoCategory, val preview: @Composable () -> Unit, val code: String)
Represents a single demo component in the Stylish UI catalog.
Functions
Link copied to clipboard
fun StylishDemoCard(name: String, code: String, modifier: Modifier = Modifier, preview: @Composable () -> Unit)
A preview-first demo card for the Stylish UI catalog gallery.
Link copied to clipboard
The interactive component gallery for the Stylish UI website.